/*公共样式*/

@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

body {
	font-family:"Microsoft YaHei";
	/*font-weight: normal;*/
}

ul,
li {
	list-style: none
}

img {
	border: none;
}

input {
	outline: none;
	border-radius: 5px;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:link,
a:visited {
	color: #444;
	text-decoration: none;
}

a:hover {
	color: #d11127;
}


/*上部轮播图部分*/

.banner {
	position: relative;
	overflow: auto;
	text-align: center;
	height: 550px;
}

.banner li {
	list-style: none;
}

.banner ul li {
	float: left;
	/* height: 550px; */
	position: relative;
}

.banner ul li .img1 {
	width: 1070px;
	position: absolute;
	left: 50%;
	top: 61%;
	margin-left: -535px;
}

.banner ul li .declaration {
	font-size: 25px;
	color: #eeeeee;
	letter-spacing: 3px;
	line-height: 36px;
}

#b06 {
	width: 640px;
}

#b06 .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}

#b06 .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	text-indent: -999em;
	border: 2px solid #fff;
	border-radius: 6px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}

#b06 .dots li.active {
	background: #fff;
	opacity: 1;
}

#b06 .arrow {
	position: absolute;
	top: 50%;
}

#b06 #al {
	left: 15px;
}

#b06 #ar {
	right: 15px;
}


/*康信介绍*/

.KXIntroduceWrap {
	width: 100%;
	overflow: hidden;
	min-width: 1200px;
	background-color: #f4f4f4;
	margin-top: -6px;
}

.KXIntroduceInner {
	width: 1200px;
	margin: 0 auto;
}

.contentTitle {
	font-weight: bolder;
	font-size: 18px;
	padding: 69px 0 31px 0;
	text-align: center;
}

.KXContent {
	text-align: center;
	line-height: 27px;
	font-size: 16px;
}

.learnMore {
	background-color: #d23647;
	width: 114px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}


/*每日新闻*/

.newsWrapBox {
	min-width: 1200px;
	background-color: #E4E4E4;
	height: 658px;
	width: 100%;
}

.newsInnerBox {
	width: 1200px;
	top: 51px;
	position: relative;
	background-color: #ffffff;
	margin: 0 auto;
	overflow: hidden;
}

.NLeftContent {
	width: 50%;
	float: left;
}

.NRightContent {
	width: 50%;
	float: left;
	position: relative;
}

.calendar {
	width: 146px;
	background: url("../images/calendarBG.jpg") top left;
}

.newsEvery {
	margin-left: 56px;
	margin-top: 35px;
}

.newsEvery p {
	line-height: 23px;
	font-size: 14px;
	color: #666666;
}

.newsEvery a {
	color: #666666;
}

.newsEvery a:hover {
	color: black;
}

.newsWord1 {
	padding: 12px 0 15px 0;
}

.moreInformation {
	width: 114px;
	border: none;
	color: #ffffff;
	cursor: pointer;
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	background-color: #424453;
	margin-top: 22px;
}

.downBtn {
	margin-top: 52px;
	margin-left: 266px;
	cursor: pointer;
}


/*新闻轮播部分*/

#marquee2 {
	width: 607px;
	height: 405px;
	overflow: hidden;
	border-left: 1px solid #DCDCDC;
}

#marquee2 ul li {
	float: left;
	height: 405px;
	width: 604px;
}

#marquee2 ul li img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	min-height: 100%;
	overflow: hidden;
}

#mar2Nav {
	width: 30px;
	height: 100px;
	position: absolute;
	top: 202px;
	left: -42px;
}

#mar2Nav li {
	background: url("../images/unChoose.png") no-repeat top center;
	cursor: pointer;
}

#mar2Nav li.navOn {
	background: url("../images/chooseState.png")no-repeat top center;
}


/*康信业务范围*/

.ScopeBusinessWrap {
	width: 100%;
	/*最后做的兼容处理*/
	background-image: url("../images/contentBG.png");
	background-repeat: repeat;
	background-position-y: 55px;
	background-color: transparent;
}

.ScopeBusinessInner {
	width: 100%;
	margin: 30px auto 0;
	position: relative;
}

.ScopeBusinessInner span {
	cursor: pointer;
}

.ScopeBusinessInner .leftTransparent {
	position: absolute;
	left: 0px;
	top: 41%;
}

.ScopeBusinessInner .rightTransparent {
	position: absolute;
	right: 0px;
	top: 41%;
}

.businessModel {
	overflow: hidden;
	height: 687px;
}

.businessModel li {
	float: left;
	width: 31%;
	cursor: pointer;
	margin: 52px 12px 12px 12px;
	background-color: #ffffff;
	height: 227px;
}

.businessModel li a {
	width: 100%;
	height: 227px;
	display: inline-block;
}

.businessModel li a:hover {
	color: #fff!important;
}

.smallDot {
	width: 50px;
	height: 30px;
	margin: 0 auto;
}

.smallDot span {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background-color: #e8e8e8;
	display: inline-block;
}

.smallDotActive {
	background-color: #c9c9c9!important;
}

.businessList1 {
	position: relative;
	margin-top: 60px!important;
}

.businessList2 {
	position: relative;
	margin-top: 60px!important;
}

.businessList3 {
	position: relative;
}

.businessList4 {
	position: relative;
	margin-top: 60px!important;
}

.businessList5 {
	position: relative;
}

.businessList6 {
	position: relative;
}

.businessList1 a:hover {
	background: url('../images/direction4.png');
	width: 100%;
	height: 100%;
}

.businessList2 a:hover {
	background: url('../images/direction5.png');
	width: 100%;
	height: 100%;
}

.businessList3 a:hover {
	background: url('../images/direction6.png');
	width: 100%;
	height: 100%;
}

.businessList4 a:hover {
	background: url('../images/direction2.png');
	width: 100%;
	height: 100%;
}

.businessList5 a:hover {
	background: url('../images/direction1.png');
	width: 100%;
	height: 100%;
}

.businessList6 a:hover {
	background: url('../images/direction7.png');
	width: 100%;
	height: 100%;
}

.businessModel:nth-child(2) .businessList1 a:hover {
	background: url('../images/direction3.png');
	width: 100%;
	height: 100%;
}

.direction1 {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.borderShadow {
	filter: progid:DXImageTransform.Microsoft.Shadow(rgba(92, 96, 99, 0.1), direction=90, strength=4);
	/*ie*/
	-moz-box-shadow: 0px 6px 43px 5px rgba(92, 96, 99, 0.1);
	/*firefox*/
	-webkit-box-shadow: 0px 6px 43px 5px rgba(92, 96, 99, 0.1);
	/*safari或chrome*/
	box-shadow: 0px 6px 43px 5px rgba(92, 96, 99, 0.1);
	/*opera或ie9*/
	box-shadow: 0px 6px 43px 5px rgba(92, 96, 99, 0.1);
}

.borderShadowDarker {
	filter: progid:DXImageTransform.Microsoft.Shadow(rgba(0, 0, 1, 0.15), direction=120, strength=4);
	/*ie*/
	-moz-box-shadow: 0 16px 19px 2px rgba(0, 0, 1, 0.15);
	/*firefox*/
	-webkit-box-shadow: 0 16px 19px 2px rgba(0, 0, 1, 0.15);
	/*safari或chrome*/
	box-shadow: 0 16px 19px 2px rgba(0, 0, 1, 0.15);
	/*opera或ie9*/
}

.businessTitle {
	font-size: 24px;
	position: relative;
	z-index: 999;
	margin: 20px 0 27px 0;
	text-align: center;
}

.businessDetail {
	font-size: 14px;
	text-align: center;
	z-index: 999;
	position: relative;
}

#businesScopeId .businesScopeIdImg {
	width: 166px;
	margin: 49px auto 0px;
}

#businesScopeId .businesScopeIdImg img {
	width: 166px;
}

#descriptionid {
	display: none;
}

#descriptionid .descriptionStyle {
	width: 260px;
	text-align: center;
	padding-top: 73px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.6;
}


/*核心人物介绍*/

.leadersIntroduce {
	position: relative;
	letter-spacing: -5px;
	/* !*这句话是为了解决a标签之间的留白问题*!*/
}

.leadersIntroduce a {
	display: inline-block;
	position: relative;
	letter-spacing: 1px;
	/*这句话是为了解决a标签之间的留白问题,对应上面.*/
}

.personsTitle {
	font-size: 28px;
	text-align: center;
	padding: 79px 0 58px 0;
	font-weight: 300;
}

#marquee1 {
	width: 1200px;
	height: 210px;
	overflow: hidden;
	margin: 0 auto;
}

#marquee1 ul li {
	float: left;
	width: 240px;
	border: none;
	position: relative;
}

#marquee1 ul li img {
	display: block;
}

.bmBox {
	width: 100%;
	height: 100%;
	/*background:black;*/
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(132, 27, 28, 0.8);
	/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8841b1c, endColorstr=#C8841b1c);
	/*rgba的兼容到IE8*/
	display: none;
	color: white;
	text-align: center;
}

#marquee1 ul li a:hover .bmBox {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(132, 27, 28, 0.8);
	/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8841b1c, endColorstr=#C8841b1c);
	/*rgba的兼容到IE8*/
	display: block;
	color: white;
	text-align: center;
}

.leaderName {
	text-align: center;
	margin-top: 87px;
	font-size: 16px;
	line-height: 16px;
}

.leaderPosition {
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	margin-top: 11px;
}


/*专利代理机构注册证*/

.RegistrationCertificate {
	width: 100%;
	height: 442px;
	background: #e5e4e4;
	position: relative;
	margin: 54px auto 0;
}

.RegistrationCertificate .bottom_back {
	width: 445px;
	height: 318px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -219px;
	margin-top: -165px;
}

.RegistrationCertificate .bottom_back img {
	margin-left: 13px;
	margin-top: 13px;
}


/*联系我们和加入我们*/

.ourInformation {
	width: 100%;
	min-width: 1200px;
	/*background-color: #f3f4f6;*/
}

.ourInformationInnerBox {
	overflow: hidden;
	padding-bottom: 40px;
	width: 1200px;
	margin: 54px auto 0;
}

.joinUsBox {
	float: left;
	margin-left: 18px;
	margin-top: 45px;
	width: 39%;
}

.ourTitle {
	font-size: 20px;
}

.TransverseLine {
	width: 50px;
	height: 2px;
	background-color: #6A6864;
	z-index: 100;
	margin-top: 8px;
}

.joinContent {
	margin-top: 21px;
	font-size: 14px;
	line-height: 25px;
}

.joinKXBtn {
	border: none;
	background-color: #434554;
	text-align: center;
	width: 114px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 50px;
	cursor: pointer;
	margin-top: 38px;
	color: #fff;
	font-size: 16px;
}


/*联系我们部分*/

.contactUsBox {
	float: left;
	margin-left: 191px;
	margin-top: 45px;
	position: relative;
}

.OfficesInformationBJ {
	background: url(../images/specialBorder.png) no-repeat top center;
	width: 383px;
	font-size: 14px;
	position: absolute;
	top: 39px;
	left: 118px;
}

.OfficesInformation {
	background: url(../images/specialBorder.png) no-repeat top center;
	width: 383px;
	height: 192px;
	font-size: 14px;
	position: absolute;
	top: 70px;
	display: none;
	left: 118px;
}

.detailWord {
	padding-left: 6px;
	font-size: 14px;
}

.OfficesEverywhere {
	cursor: pointer;
	display: inline-block;
	margin: 12px 0 4px 5px;
	width: 140px;
	font-size: 14px;
}

.OfficesEverywhere:hover {
	color: red;
}

.active {
	color: red
}


/*分享和返回顶部图标*/

.backTopWrap {
	overflow: hidden;
	margin-right: 79px;
}

.scrollTop {
	float: right;
	cursor: pointer;
}